Cross-Version Extension for Dosage.doseAndRate.rate[x] in R5

URLhttp://hl7.org/fhir/5.0/StructureDefinition/extension-Dosage.doseAndRate.rate[x]
Version
Statusactive
Description

Cross-Version Extension for Dosage.doseAndRate.rate[x]. Valid in versions null

This is a valid cross-version extension because it has a parent that can be an extension in at least one version

Context of Use

This extension may be used in the following contexts:


NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 0..1ExtensionAmount of medication per unit of time
... extension ..0
... value[x] 1..
... url "http://hl7.org/fhir/5.0/StructureDefinition/extension-Dosage.doseAndRate.rate[x]"

doco Documentation for this format

{
  "resourceType" : "StructureDefinition",
  "id" : "xv-r5-dos.dos.rate[x]",
  "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-Dosage.doseAndRate.rate[x]",
  "name" : "XVerExtensionDosage.doseAndRate.rate[x]R5",
  "title" : "Cross-Version Extension for Dosage.doseAndRate.rate[x] in R5",
  "status" : "active",
  "experimental" : false,
  "publisher" : "HL7 FHIR Standard",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  }],
  "description" : "Cross-Version Extension for Dosage.doseAndRate.rate[x]. Valid in versions null\r\n\r\nThis is a valid cross-version extension because it has a parent that can be an extension in at least one version",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001"
    }]
  }],
  "fhirVersion" : "5.0.0",
  "kind" : "complex-type",
  "abstract" : false,
  "type" : "Extension",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation" : "constraint",
  "differential" : {
    "element" : [{
      "path" : "Extension",
      "short" : "Amount of medication per unit of time",
      "definition" : "Amount of medication per unit of time.",
      "comment" : "It is possible to supply both a rate and a doseQuantity to provide full details about how the medication is to be administered and supplied. If the rate is intended to change over time, depending on local rules/regulations, each change should be captured as a new version of the MedicationRequest with an updated rate, or captured with a new MedicationRequest with the new rate.\r\rIt is possible to specify a rate over time (for example, 100 ml/hour) using either the rateRatio and rateQuantity.  The rateQuantity approach requires systems to have the capability to parse UCUM grammar where ml/hour is included rather than a specific ratio where the time is specified as the denominator.  Where a rate such as 500ml over 2 hours is specified, the use of rateRatio may be more semantically correct than specifying using a rateQuantity of 250 mg/hour.",
      "requirements" : "Identifies the speed with which the medication was or will be introduced into the patient. Typically the rate for an infusion e.g. 100 ml per 1 hour or 100 ml/hr.  May also be expressed as a rate per unit of time e.g. 500 ml per 2 hours.   Other examples: 200 mcg/min or 200 mcg/1 minute; 1 liter/8 hours.  Sometimes, a rate can imply duration when expressed as total volume / duration (e.g.  500mL/2 hours implies a duration of 2 hours).  However, when rate doesn't imply duration (e.g. 250mL/hour), then the timing.repeat.duration is needed to convey the infuse over time period.",
      "min" : 0,
      "max" : "1",
      "isModifier" : false,
      "mapping" : [{
        "identity" : "v2",
        "map" : "RXE22, RXE23, RXE-24"
      },
      {
        "identity" : "rim",
        "map" : ".rateQuantity"
      }]
    },
    {
      "path" : "Extension.extension",
      "max" : "0"
    },
    {
      "path" : "Extension.value[x]",
      "min" : 1
    },
    {
      "path" : "Extension.url",
      "fixedUri" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-Dosage.doseAndRate.rate[x]"
    }]
  }
}